'Declaration Public Function New( _
ByVal imageA first page image.As Vintasoft.Imaging.VintasoftImage, _
ByVal settingsEncoding settings of new JPEG2000 file.As Vintasoft.Imaging.Codecs.Encoders.Jpeg2000EncoderSettings, _
ByVal encodingProgressHandler of the image encoding.As System.EventHandler(Of ProgressEventArgs) _
)
public Jpeg2000File(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Encoders.Jpeg2000EncoderSettings settings,
System.EventHandler<ProgressEventArgs> encodingProgress
)
Parameters
- image
- A first page image.
- settings
- Encoding settings of new JPEG2000 file.
- encodingProgress
- Handler of the image encoding.